Results 1 to 4 of 4

Thread: Kill and Death Tracking

  1. #1

    Default Kill and Death Tracking

    I'm tossing around the idea of a new gametype with one of my clan members right now. I'm curious however before we begin, is there a way that you can keep track of the players that have been killed by another player?

    SplatterGuts is killed by Hanny
    SplatterGuts is frozen
    Uber is killed by Hanny
    Uber is frozen
    Hanny is killed by Scorpion
    Hanny is frozen
    SplatterGuts is thawed
    Uber is thawed

    Once you're shot, you're frozen, and you don't get thawed until the person who killed you is killed. Kind of like a dodgeball gametype.

    Doable?

  2. #2

    Default

    Quote Originally Posted by BRATS-SplatterGuts View Post
    I'm tossing around the idea of a new gametype with one of my clan members right now. I'm curious however before we begin, is there a way that you can keep track of the players that have been killed by another player?

    SplatterGuts is killed by Hanny
    SplatterGuts is frozen
    Uber is killed by Hanny
    Uber is frozen
    Hanny is killed by Scorpion
    Hanny is frozen
    SplatterGuts is thawed
    Uber is thawed

    Once you're shot, you're frozen, and you don't get thawed until the person who killed you is killed. Kind of like a dodgeball gametype.

    Doable?
    I believe so... use the reborn kill event. Create an array using player index number as the key and the value stored in the array would be the id of the player that killed player.
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


  3. #3

    Default

    I would think so. Check the Freezetag mod for everything necessary to make player freeze and wait to respawn etc.

    But instead of letting it have a thaw fuction, have it watch for the variable for the killer, say "level.killer.entnum" or whatever. You'll need to use an event handler for that, Purple made one. You could also take one from say, the Killstreak mod.

    Register the kills, and assign the level.killer variable to the local.attacker in the kill handler. Then however they thaw in Freezetag apply when the killer is killed. Maybe??

    Anyone else know? I think it's doable, assuming it's reborn anyway.


    Edit: lmao, dammit. All that typing on my phone and own3mall swings in first!

  4. #4
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,259

    Default

    Very doable,

    Few hints:

    As mentioned above, take a look at how the player is frozen using ftag, you only have to modify the ftag mod a tiny bit to disable the stand-near-to-unfreeze and you can turn off the melt ray via ftag settings.

    you can unfreeze a player via calling the following thread, with local.player being the player to unfreeze
    thread global/libmef/ft.scr::auto_melt 1 local.player

    For keeping track of killers , take a look at Elgans Elgbot Mod, which does that, or similar to what you are looking for. it tracks assists kills aswell, just for your reference. But it uses an array of sorts to keep track of them all.

    Good luck, and if you need help on particular problems, feel free to ask us here :P

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •